net/http.Transport.idleConnWait (field)
8 uses
net/http (current package)
transport.go#L100: idleConnWait map[connectMethodKey]wantConnQueue // waiting getConns
transport.go#L1024: if q, ok := t.idleConnWait[key]; ok {
transport.go#L1047: delete(t.idleConnWait, key)
transport.go#L1049: t.idleConnWait[key] = q
transport.go#L1172: if t.idleConnWait == nil {
transport.go#L1173: t.idleConnWait = make(map[connectMethodKey]wantConnQueue)
transport.go#L1175: q := t.idleConnWait[w.key]
transport.go#L1178: t.idleConnWait[w.key] = q
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |